From: Ben Hutchings Date: Thu, 13 Aug 2015 18:48:12 +0000 (+0200) Subject: liblockdep: Remove double-quotes from soname X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~11^2~18 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=11e6062ef9f18cea4e36b958b9c79481a5629b86;p=linux-4.9.git liblockdep: Remove double-quotes from soname Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name lockdep-fix-soname.patch --- diff --git a/tools/lib/lockdep/Makefile b/tools/lib/lockdep/Makefile index c7ab6d5835a1..655f32a7d786 100644 --- a/tools/lib/lockdep/Makefile +++ b/tools/lib/lockdep/Makefile @@ -100,7 +100,7 @@ include $(srctree)/tools/build/Makefile.include do_compile_shared_library = \ ($(print_shared_lib_compile) \ - $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$(@F)"';$(shell ln -sf $(@F) $(@D)/liblockdep.so)) + $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/liblockdep.so)) do_build_static_lib = \ ($(print_static_lib_build) \